Eclipse JDT
Pre-release 3.0

Uses of Interface
org.eclipse.jdt.core.ICodeCompletionRequestor

Packages that use ICodeCompletionRequestor
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
org.eclipse.jdt.core.eval Provides support for the evaluation of code snippets in a scrapbook or inside the debugger. 
 

Uses of ICodeCompletionRequestor in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core with parameters of type ICodeCompletionRequestor
 void ICodeAssist.codeComplete(int offset, ICodeCompletionRequestor requestor)
          Deprecated. - use codeComplete(int, ICompletionRequestor) instead TODO remove before 3.0
 

Uses of ICodeCompletionRequestor in org.eclipse.jdt.core.eval
 

Methods in org.eclipse.jdt.core.eval with parameters of type ICodeCompletionRequestor
 void IEvaluationContext.codeComplete(String codeSnippet, int position, ICodeCompletionRequestor requestor)
          Deprecated. - use codeComplete(String, int, ICompletionRequestor) instead TODO remove before 3.0
 


Eclipse JDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.